home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 151
- Top = 102
- Width = 343
- Height = 267
- Caption = 'Installation Settings'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnActivate = Form3Activate
- OnCreate = Form3Create
- OnDestroy = Form3Destroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 7
- Top = 7
- Width = 312
- Height = 36
- Alignment = taCenter
- AutoSize = False
- Caption = 'This Program will be installed into the following directory.'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Label3: TLabel
- Left = 38
- Top = 77
- Width = 107
- Height = 13
- AutoSize = False
- Caption = 'Destination Directory:'
- end
- object Label2: TLabel
- Left = 24
- Top = 43
- Width = 295
- Height = 30
- AutoSize = False
- Caption =
- 'If you would like to install it into a different/drive, use the ' +
- 'Text Box and Browse button below.'
- WordWrap = True
- end
- object Image1: TImage
- Left = 7
- Top = 169
- Width = 37
- Height = 34
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- end
- object Edit2: TEdit
- Left = 52
- Top = 97
- Width = 220
- Height = 21
- TabOrder = 0
- Text = 'Edit2'
- end
- object Button1: TButton
- Left = 95
- Top = 205
- Width = 67
- Height = 21
- Caption = '<< &Back'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 174
- Top = 205
- Width = 67
- Height = 21
- Caption = '&Next >>'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 252
- Top = 205
- Width = 67
- Height = 21
- Cancel = True
- Caption = 'Exit'
- TabOrder = 3
- OnClick = Button3Click
- end
- object Button5: TButton
- Left = 272
- Top = 98
- Width = 48
- Height = 19
- Caption = 'Br&owse'
- TabOrder = 4
- OnClick = Button4Click
- end
- object GroupBox1: TGroupBox
- Left = 81
- Top = 134
- Width = 239
- Height = 53
- Caption = 'Drive Space Needed - Available'
- TabOrder = 5
- object Label5: TLabel
- Left = 18
- Top = 19
- Width = 21
- Height = 31
- AutoSize = False
- end
- object Label6: TLabel
- Left = 44
- Top = 19
- Width = 87
- Height = 29
- Alignment = taRightJustify
- AutoSize = False
- end
- object Label7: TLabel
- Left = 140
- Top = 19
- Width = 89
- Height = 29
- Alignment = taRightJustify
- AutoSize = False
- end
- end
- object OpenDialog1: TDirectoryDialog
- Caption = 'Select A Directory'
- Left = 8
- Top = 116
- end
- end
-